home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- :Begin
- PG 11
- Goto Check
- :Start
- PG 11
- :Check
- If ErrorLevel 22 goto Icon22
- If ErrorLevel 21 goto Icon21
- If ErrorLevel 20 goto Icon20
- If ErrorLevel 19 goto Icon19
- If ErrorLevel 18 goto Icon18
- If ErrorLevel 17 goto Icon17
- If ErrorLevel 16 goto Icon16
- If ErrorLevel 15 goto Icon15
- If ErrorLevel 14 goto Icon14
- If ErrorLevel 13 goto Icon13
- If ErrorLevel 12 goto Icon12
- If ErrorLevel 11 goto Icon11
- If ErrorLevel 10 goto Icon10
- If ErrorLevel 9 goto Icon9
- If ErrorLevel 8 goto Icon8
- If ErrorLevel 7 goto Icon7
- If ErrorLevel 6 goto Icon6
- If ErrorLevel 5 goto Icon5
- If ErrorLevel 4 goto Icon4
- If ErrorLevel 3 goto Icon3
- If ErrorLevel 2 goto Icon2
- If ErrorLevel 1 goto Icon1
-
- Rem *** Icon assign definitions: ***
- :Icon1
- App/D
- Goto Start
-
- :Icon2
- App/A
- Goto Start
-
- :Icon3
- App/E
- Goto Start
-
- :Icon4
- App/W
- Goto Start
-
- :Icon5
- App/C
- Goto Start
-
- :Icon6
- App/S
- Goto Start
-
- :Icon7
- Functio
- Goto Start
-
- :Icon8
- Math
- Goto Start
-
- :Icon9
- Tetrad
- Goto Start
-
- :Icon11
- Off
- Goto Begin
-
- :Icon10
- echo Back to the good ol' prompt!
-